ODPlatformTypeListIterator
- Superclasses
ODObject
- Subclasses
- none
An object of the
ODPlatformTypeListIterator
class provides access to each element of a platform type list.Description
You use a platform type-list iterator to apply an operation to each element of a platform type list.Your part creates a platform type-list iterator object by calling the platform type list object's
CreatePlatformTypeListIterator
method (page 567), which returns a reference to a platform type-list iterator object. Platform type-list iterator objects are not currently required by any OpenDoc methods, but your part may wish to use these objects for internal use.While you are using a platform type-list iterator, you should not modify or delete the platform type list that created it. You must postpone adding elements to or removing elements from the platform type list until after you have deleted the iterator.
For more information on accessing objects through iterators, see "Accessing Objects Through Iterators" on page 473 in OpenDoc Programmer's Guide.
Methods
This section presents summary descriptions of theODPlatformTypeListIterator
methods grouped according to purpose, followed by detailed descriptions in alphabetical order.Accessing
Iterator Testing
First
- Begins the iteration and returns the first element in the platform type list that created this platform type-list iterator.
Next
- Returns the next element in the platform type list that created this platform type-list iterator.
IsNotComplete
- Returns a Boolean value that indicates whether the iteration is incomplete.
Methods
First
IsNotComplete
Next
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help